Delphi Developer's Guide to XML
Chapter 27 - XML Building Blocks

Previous   Next   Listings

Built on top of the Common DOM framework of Delphi 6 and 7, XML Building Blocks is a suite of components that allow you to create plug-and-play XML applications.

XBBDemo.dpr   A demonstration program that displays the XML Building Blocks' abilities
XBBDemo1.pas
XBBDemo1.dfm
   The application's main form
XBBDemo2.pas
XBBDemo2.dfm
   A popup form for building block parameters
XMLBlocks.pas   The XML Building Blocks components
XMLBlocks.res   Resources for the components
XMLBlocksReg.pas   Registration of the XML Building Blocks components
XMLBlocksReg.dcr   Palette icons for the components
XMLBlocksD6D.dpk
XMLBlocksD6R.dpk
   The Delphi 6 design-time and runtime packages for the components
XMLBlocksD7D.dpk
XMLBlocksD7R.dpk
   The Delphi 7 design-time and runtime packages for the components
movie-watcher.xml   Sample XML document to load
movies-html.xsl   A transformation for the above XML to HTML

Zipped Files (Delphi 6+)

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings